* {
    font-family: Arial, Helvetica, sans-serif;

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    background-color: #e1e2e5;
    padding: 20px 40px;
    border-bottom: 2px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

@font-face {
    font-family: 'Poppins Bold';
    src: url(/recursos/fonts/Poppins/Poppins-Bold.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins Bold';
}